home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / dintrfce.dir / 00023_Script_GusTown Button < prev    next >
Text File  |  1996-09-27  |  242b  |  12 lines

  1. on mouseDown
  2.   puppetsound "click"
  3.   updatestage
  4.   put the clickon into tWhichSprite
  5.   buttonscript (tWhichSprite)
  6.   if rollover(tWhichSPrite) then 
  7.     puppetsound "click"
  8.     updatestage
  9.     go to movie "GsTwnDem"
  10.   end if
  11.   
  12. end